home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / findprt / readme.txt < prev   
Text File  |  1994-04-13  |  840b  |  18 lines

  1. FindPrt: How to Use the FindFirst Method on Partial Strings in VB 3.0.
  2.  
  3. The sample FINDFRST.MAK project contains one FINDFRST.FRM form.  In 
  4. this form there are three Labels, one List box, one Frame with two
  5. Option buttons in the Frame and two Command buttons.
  6.  
  7. The idea of the sample is to demonstrate how to search for whole strings
  8. or partial strings in a Access database(BIBLIO.MDB), with the result 
  9. populating a List box.
  10.  
  11. You first specify, if you want to search on a 'Whole title' or search
  12. on a "Partial title' with the Option buttons. Then you enter the criteria 
  13. to search on, then press the 'Push to find' command button. This will
  14. result in any matches meeting the criteria to be added to the List box.
  15. a second command button was added to 'Push to Clear List', so that you
  16. could continue for another search.
  17.  
  18.